Current version of Qlik Sense Desktop do not support cyclic dimension groups (drilldown groups are supported).
In this post I illustrate how to emulate this functionality. This method does not employ extensions objects and so on. Basically it uses additionally loaded field in island table and macro expansion in chart dimension. Sample applicaiton is available.
Result looks like that:
and like that (another dimension selected):
That solution has some glitches in current version but I think it can be useful if you wish to reduce amount of almost identical sheets in your Qlik Sense application.
Couple of sore points:
Always Only One Selected Value
setting in current version of Qlik Sense make selection of Current active dimension
not immediately obvious to user. In QlikView I would set Always Only One Selected Value
and use function Only()
in relevant expressions. In Qlik Sense I had to use MinString()
for that.Export to Excel
. Actually in QlikView Send to Excel
do not export chart’s caption either. I’m usually do not use caption in QlikView charts but there we always can add dynamic context information into dimension/measure labelDownload sample application - you should place it at the directory c:\Users\[User name]\Documents\Qlik\Sense\Apps
to check it up.